Skip to content

Conversation

@mkeskells
Copy link

Issue #, if available:
No Issue

Description of changes:
Minimal change to avoid calls to Mac.getInstance
Call to this were only used to extract the provider, which I though would be better expressed as an enum, as there are very few MacAlgorithms in use.
In my (closed source) benchmark this call accounts for 5.6% of the CPU time taken for a decryption (a call to AwsCrypto.decryptData), with small payloads, and thee same for encryption

I cant fully build this locally so cant run a test cycle prior to submitting this PR

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Check any applicable:

  • Were any files moved? Moving files changes their URL, which breaks all hyperlinks to the files.

@mkeskells mkeskells requested a review from a team as a code owner December 17, 2025 01:02
@mkeskells
Copy link
Author

I haven't changed the javadoc to match the implementation, as it seems that a first review is likely to have an opinion as to API changes

@mkeskells mkeskells changed the title avoid expensive call to Mac.getInstance perf: avoid expensive call to Mac.getInstance Dec 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant